home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1997 to 1998 / Disney Interactive 1997-98 Software Sampler.iso / pc / media / start.dxr / 00111.ls < prev    next >
Encoding:
Text File  |  1997-10-17  |  228 b   |  10 lines

  1. on mouseUp
  2.   set myFile to new(xtra("fileio"))
  3.   set fileName to "sampler:MEDIA:path"
  4.   openFile(myFile, fileName, 1)
  5.   set theFile to readFile(myFile)
  6.   put theFile into field "chemin"
  7.   closeFile(myFile)
  8.   set myFile to 0
  9. end
  10.